home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / libxpm / alpha / libxpm
Text File  |  1994-10-02  |  1KB  |  34 lines

  1. --- ./lib/Imakefile.rtr    Wed Mar 23 06:51:57 1994
  2. +++ ./lib/Imakefile    Tue Sep 20 06:32:15 1994
  3. @@ -3,7 +3,7 @@
  4.  # XPM Imakefile - Arnaud LE HORS
  5.  #
  6.  
  7. -# SGI requires a specification file for shared library that we don't have
  8. +# SGI requires a specification file for shared library that we dont have
  9.  #if defined(SGIArchitecture) && !SystemV4
  10.  #define DoSharedLib No
  11.  #else
  12. @@ -25,9 +25,9 @@
  13.  SO_REQLIBS=-lX11 -lc
  14.  #endif
  15.  
  16. -## if your system doesn't provide strcasecmp add -DNEED_STRCASECMP
  17. -## if your system doesn't provide strdup add -DNEED_STRDUP
  18. -## if your system doesn't provide pipe remove -DZPIPE
  19. +# x if your system doesnt provide strcasecmp add -DNEED_STRCASECMP
  20. +# x if your system doesnt provide strdup add -DNEED_STRDUP
  21. +# x if your system doesnt provide pipe remove -DZPIPE
  22.  
  23.  #if defined(UltrixArchitecture) || \
  24.      (defined(MipsArchitecture) && !defined(SGIArchitecture))
  25. @@ -47,7 +47,7 @@
  26.      STD_DEFINES = LibraryDefines
  27.      CDEBUGFLAGS = LibraryCDebugFlags
  28.  #else
  29. -/* R5 needs another .tmpl file to find these #def's.  This .tmpl file will */
  30. +/* R5 needs another .tmpl file to find these #defs.  This .tmpl file will */
  31.  /* also set STD_DEFINES and CDEBUGFLAGS properly.                          */
  32.  #include <Library.tmpl>
  33.  #endif
  34.